home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 051-075 / disk_054 / lav / poster < prev   
Text File  |  1992-05-06  |  1KB  |  31 lines

  1. Article 2211 of comp.sys.amiga:
  2. Path: mcdsun!noao!hao!nbires!seismo!mnetor!yetti!unicus!wjr
  3. From: wjr@unicus.UUCP (William J. Rucklidge)
  4. Newsgroups: comp.sys.amiga
  5. Subject: Amiga load average program
  6. Message-ID: <490@unicus.UUCP>
  7. Date: 19 Feb 87 05:57:51 GMT
  8. Reply-To: wjr@unicus.UUCP (William J. Rucklidge)
  9. Organization: Unicus Software Inc., Toronto, Ont.
  10. Lines: 175
  11.  
  12. This is a little program which I usually have running in my title bar.
  13. It displays the number of tasks in the Amiga's run queue, averaged over
  14. the last minute, 5 minutes and 15 minutes. This lets you see just how much
  15. (or how little) of the time there is something using the Amiga's processor,
  16. and how many tasks are queued to use it.
  17.  
  18. It's fairly small... it does use printf() but only for error messages in the
  19. case of absolute disaster, so if you want you can remove all the calls to
  20. printf() in here.
  21.  
  22. It works with Manx 16 bit, and should work with anything (unless your
  23. compiler doesn't understand void *, in which case the declarations
  24. of OpenLibrary() etc should be changed.)
  25.  
  26. William Rucklidge        Unicus Software Inc, Toronto, Ont.
  27. UUCP: {the known world}!seismo!mnetor!unicus!wjr    wjr@unicus.UUCP
  28. BITNET: WJR AT UTORONTO        CSNET: wjr@toronto
  29. This message brought to you with the aid of the Poslfit Committee.
  30.  
  31.